SpeedLimitFormatter

class SpeedLimitFormatter(context: Context) : ValueFormatter<UpdateSpeedLimitValue, String>

Formats speed limit data to a string for displaying to a user.

Constructors

SpeedLimitFormatter
Link copied to clipboard
fun SpeedLimitFormatter(context: Context)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
format
Link copied to clipboard
open override fun format(update: UpdateSpeedLimitValue): String
Formats speed limit data.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String